home *** CD-ROM | disk | FTP | other *** search
- /* unable to connect to oracle server */
- "Oracle login failed.";
-
- /* unable to disconnect from oracle */
- "Oracle logout failed.";
-
- /* login panel not in bundle */
- "Oracle login panel not found!";
-
- /* oci ocon() failed */
- "Cannot enable Oracle autocommit.";
-
- /* oci ocof() failed */
- "Cannot disable Oracle autocommit.";
-
- /* couldn't rollback changes to database */
- "Rollback failed.";
-
- /* couldn't commit changes to database */
- "Commit failed.";
-
- /* couldn't execute sql statement */
- "Can't execute oracle cursor.";
-
- /* bad binding variable in sql statement */
- "Binding variable error: %s.";
-
- /* bad SQL */
- "Error parsing SQL: %s.";
-
- /* oci odefin() failed */
- "Failed to attach storage for column %d.";
-
- /* oci odsc() failed */
- "Failed to describe return column %d.";
-
- /* blob too big */
- "Maximum field size (64K) exceeded for column %s.";
-